(bootstrap-clean): Fix misplaced `!'.
authorDave Love <fx@gnu.org>
Tue, 23 Sep 2003 10:45:53 +0000 (10:45 +0000)
committerDave Love <fx@gnu.org>
Tue, 23 Sep 2003 10:45:53 +0000 (10:45 +0000)
lisp/Makefile.in

index 886d82c1ecabca604b7954c7c2d49dd1454581c2..ecbc28c09794428ebc5de06817fed3712c421d82 100644 (file)
@@ -292,7 +292,7 @@ bootstrap-clean:
        if test -x $(EMACS); then                               \
          $(MAKE) $(MFLAGS) autoloads;                          \
        else                                                    \
-         if ! test -r $(lisp)/loaddefs.el; then                \
+         if test ! -r $(lisp)/loaddefs.el; then                \
            cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el;    \
          fi                                                    \
        fi